RAII

@RequiresApi(value = 33)
class RAII(constructor: () -> Long, destructor: (Long) -> Unit) : Runnable

Constructors

Link copied to clipboard
constructor(constructor: () -> Long, destructor: (Long) -> Unit)

Functions

Link copied to clipboard
open override fun run()